home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / tremclads_holiday_part_time.swf / scripts / DefineSprite_222 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  101 b   |  6 lines

  1. gotoAndStop(random(_totalframes) + 1);
  2. onEnterFrame = function()
  3. {
  4.    _parent.moveToy(this);
  5. };
  6.